.WS_login{
	width: 100%;
}
.WS_login .login_box_1{
	height: 430px;
	background: url(../images/login_bg1.png) center bottom no-repeat;
	position: relative;
}
.WS_login .login_box_1 .login_pox{
	background: url(../images/login_bg2.png) center top no-repeat;
	height: 544px;
	width: 506px;
	margin: auto;
	margin-top: 163px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 2;
	padding: 100px 120px;
}
.WS_login .login_box_1 .login_item{
	margin-bottom: 18px;
}
.WS_login .login_box_1 .login_item span{
	color: #4e4e4e;
	height: 28px;
	line-height: 28px;
}
.WS_login .login_box_1 .login_item p{
	position: relative;
}
.WS_login .login_box_1 .login_item p input{
	border: 1px solid #cecece;
	padding: 0 5px;
	height: 28px;
	line-height: 28px;
	width: 190px;
	background:url(../images/login_bg3.png) left top repeat-x;
}
.WS_login .login_box_1 .login_item p input:focus{
	border: 1px solid #dd97a4;
}
.WS_login .login_box_1 .login_item p i{
	position: absolute;
	left: 0;
	top: 0;
	height: 28px;
	line-height: 28px;
	width: 28px;
}
.WS_login .login_box_1 .login_item p i.user{
	background: url(../images/login_bg5.png) center center no-repeat;
}
.WS_login .login_box_1 .login_item p i.pass{
	background: url(../images/login_bg4.png) center center no-repeat;
}
.WS_login .login_box_1 .login_item1{
	font-size: 12px;
	color: #8f8f8f;
	margin-bottom: 10px;
	text-align: right;
}
.WS_login .login_box_1 .login_item1 a{
	font-size: 12px;
	color: #8f8f8f;
}
.WS_login .login_box_1 .login_item1 a:hover{
	color: #c90101;
}
.WS_login .login_box_1 .login_item2{
	text-align: center;
}
.WS_login .login_box_1 .login_item2 a{
	display: inline-block;
	width: 64px;
	height: 41px;
	color: #fff;
	text-align: center;
	line-height: 25px;
	margin: 0 10px;
}
.WS_login .login_box_1 .login_item2 a.login_btn1{
	background: url(../images/login_btn1.png) left top no-repeat;
}
.WS_login .login_box_1 .login_item2 a.login_btn2{
	background: url(../images/login_btn2.png) left top no-repeat;
}
.WS_login .login_box_2{
	height: 460px;
	background: url(../images/login_bg6.png) top center no-repeat;
	position: relative;
}
.WS_login .login_box_2 h3{
		position: absolute;
		width: 100%;
		top: 135px;
		text-align: center;
		font-size: 48px;
		color: #fff;
}
.WS_login .login_box_3{
	text-align: center;
	color: #83786d;
	line-height: 45px;
}
.pageView {
	width: 24%;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -12%;
	padding: 20px;
}

.pageView div {
	width: 100%;
}

.visits {
	text-align: center;
}

.visits p {
	font-family:'微软雅黑';
	font-size: 24px;
	color: #eee8d8;
	margin-bottom: 6px;
}

.visits span {
	color: #e0af94;
	font-size: 14px;
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
	.pageView {
		width: 26%;
		position: absolute;
		bottom: 20px;
		left: 50%;
		margin-left: -13%;
		padding: 0px;
	}
	.visits p {
		font-family:'微软雅黑';
		font-size: 22px;
		color: #eee8d8;
		margin-bottom: 6px;
	}
	.visits span {
		color: #e0af94;
		font-size: 12px;
	}
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
	.pageView {
		width: 24%;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -12%;
		padding: 7px;
	}
	.visits p {
		font-family:'微软雅黑';
		font-size: 18px;
		color: #eee8d8;
		margin-bottom: 6px;
	}
	.visits span {
		color: #e0af94;
		font-size: 12px;
	}
}






